home *** CD-ROM | disk | FTP | other *** search
/ Web Developers Guide to Sound & Music / Web Developers Guide to Sound and Music.iso / mac / Cyber Sounds / Demo / Main.dxr / 00021.ls < prev    next >
Encoding:
Text File  |  1996-01-16  |  152 b   |  11 lines

  1. on mouseDown
  2.   puppetSprite(9, 1)
  3.   set the ink of sprite 9 to 33
  4. end
  5.  
  6. on mouseUp
  7.   set the ink of sprite 9 to 5
  8.   puppetSprite(9, 0)
  9.   go("Music")
  10. end
  11.